home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Otube.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  578b  |  17 lines

  1. #ifndef _OTUBE_H_
  2. #define _OTUBE_H_
  3.  
  4. enum
  5. {
  6.     PRIM_TUBE_ORAD                        = 1170, // REAL       - Outer Radius [>=0.0]
  7.     PRIM_TUBE_IRAD                        = 1171, // REAL     - Inner Radius [>=0.0,<=Outer Radius]
  8.     PRIM_TUBE_HEIGHT                    = 1172, // REAL     - Height [>=0.0]
  9.     PRIM_TUBE_HSUB                        = 1174, // LONG     - Height Subdivision [>0]
  10.     PRIM_TUBE_CSUB                        = 1175, // LONG     - Cap Subdivision [>0]
  11.     PRIM_TUBE_SEG                            = 1176, // LONG     - Rotational Segments [>2]
  12.     PRIM_TUBE_FILLET                    = 1177, // BOOL
  13.     PRIM_TUBE_FSUB                        = 1178, // LONG
  14.     PRIM_TUBE_FILLET_RADIUS        = 1179
  15. };
  16.  
  17. #endif